home *** CD-ROM | disk | FTP | other *** search
/ Transactor / Transactor_20_1987_Transactor_Publishing.d64 / file hider (.txt) < prev    next >
Commodore BASIC  |  2023-02-26  |  112b  |  5 lines

  1. 10 input"hide files from";a$
  2. 20 open 1,8,15
  3. 30 print#1,"r0:"+chr$(20)+chr$(20)+"blocks free"+chr$(0)+chr$(0)+chr$(0)+"="+a$
  4. 40 close 1
  5.